home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Commun⁄Network / NewsWatcher 2.0d17 Source / source / mark.h < prev    next >
Encoding:
Text File  |  1993-06-06  |  441 b   |  9 lines  |  [TEXT/KAHL]

  1. Boolean FindParentCell (WindowPtr wind, short index, Cell *theCell);
  2. void AppendUnreadRange (long first, long last, TGroup *theGroup);
  3. void AdjustUnreadList (TGroup *theGroup);
  4. void UpdateUnreadList (WindowPtr wind);
  5. void MarkAllSubjects (WindowPtr wind, Boolean read);
  6. void MarkArticle (WindowPtr wind, Boolean read);
  7. void MarkThread (WindowPtr wind, short threadHeadIndex, Boolean read);
  8. void DoMarkCommand (WindowPtr wind, Boolean read);
  9.